The following tables list the members exposed by AverageValue<T>.
Name | Description | |
---|---|---|
AverageValue<T> Constructor |
Name | Description | |
---|---|---|
ItemsCount | Gets the count of items used for calculation. | |
Result | Gets the average value calculated. | |
Sum | Gets the sum used for calculation. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified System.Object is equal to the current System.Object. | |
GetHashCode | Returns the hash code. | |
IncreaseWith | Increases the Sum value with value and ItemsCount with one. |
Implicit Type Conversion | Overrides the default implicit convertion operator. |